Skip to main content

Travis CI

Follow the steps below to set up your Travis CI builds to send test results to BuildPulse to help you identify and eliminate flaky tests.

If you'd like help at any step, please get in touch.

1. Add the BuildPulse Test Reporter to your build using the steps outlined in the usage guide.

You'll need these credentials for your account:

BUILDPULSE_ACCESS_KEY_ID
AKIA3SYVRUSERHR2LCNK

BUILDPULSE_SECRET_ACCESS_KEY
********

You'll also need the BuildPulse account ID and repository ID for your repository:

Account ID: 46661156
Repository ID: 382123152

2. Commit those changes.

Push your branch to GitHub, and verify that you still have a passing build on Travis CI.

When everything is working correctly, the build output should indicate that the test results were successfully delivered to BuildPulse. [example]

Within a few minutes, you'll see your first flaky test analysis in your dashboard. 😅